home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / o9145s20.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1998-07-15  |  16.6 KB  |  513 lines

  1. *PPD-Adobe: "4.1"
  2. *FormatVersion: "4.1"
  3. *FileVersion: "1.2"
  4. *LanguageEncoding: ISOLatin1
  5. *LanguageVersion: English
  6. *PCFileName: "O9145S20.PPD"
  7. *Product: "(Oce 9145)"
  8. *PSVersion: "(6.3) 1"
  9. *ModelName: "Oce 9145 Sorter 20 bins"
  10. *NickName: "Oce 9145 Sorter 20 bins"
  11.  
  12. *% Microsoft fixed Duplex
  13.  
  14. *% Basic Capabilities =============================
  15. *FreeVM: "8388608"
  16. *LanguageLevel: "2"
  17. *ColorDevice: False
  18. *DefaultColorSpace: Gray
  19. *VariablePaperSize: False
  20. *TTRasterizer: Type42
  21. *FileSystem: True
  22. *?FileSystem: "
  23. save
  24.   (%disk%) currentdevparams dup /Writeable known
  25.   { /Writeable get {pop true} if
  26.   {(True)}{(False)} ifelse = flush
  27. restore"
  28. *End
  29.  
  30. *Throughput: "45"
  31. *Password: "0"
  32. *ExitServer: "
  33.  count 0 eq
  34.  { false } { true exch startjob } ifelse
  35.  not { 
  36.      (WARNING : Cannot modify initial VM.) = 
  37.      (Missing or invalid password.) = 
  38.      (Please contact the author of this software.) = flush quit
  39.      } if"
  40. *End
  41.  
  42. *Reset: "
  43.  count 0 eq
  44.  { false } { true exch startjob } ifelse
  45.  not {
  46.     (WARNING: Cannot reset printer.) =
  47.     (Missing or invalid password.) =
  48.     (Please contact the author of this software.) = flush quit
  49.     } if
  50.  systemdict /quit get exec
  51.  (WARNING : Printer Reset Failed.) = flush"
  52. *End
  53.  
  54. *%==========Resolution Information=========================
  55.  
  56. *OpenUI *Resolution: PickOne
  57. *OrderDependency: 30 AnySetup *Resolution
  58. *DefaultResolution: 600dpi
  59. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  60. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  61. *?Resolution: "
  62.   save
  63.     currentpagedevice /HWResolution get
  64.     0 get
  65.     (          ) cvs print
  66.     (dpi)
  67.     = flush
  68.   restore"
  69. *End
  70. *CloseUI: *Resolution
  71.  
  72. *% Halftone Information =====================
  73. *ScreenFreq: "70.2"
  74. *ScreenAngle: "45.0"
  75. *DefaultScreenProc: Dot
  76. *ScreenProc Dot: "
  77.   { 0.001 add exch 0.002 add exch
  78.     2 copy add 3 1 roll sub 2 copy 0 ge
  79.     { 0 ge
  80.       { 1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  81.       { 1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  82.       ifelse
  83.     }
  84.     { 0 ge
  85.       { -1.0 sub dup mul exch 1.0 sub dup mul add 2.0 sub -0.49 mul }
  86.       { -1.0 sub dup mul exch -1.0 sub dup mul add 2.0 sub -0.49 mul }
  87.       ifelse
  88.     }
  89.     ifelse
  90.   }"
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "
  94.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95. *End
  96.  
  97. *DefaultTransfer: Null
  98. *Transfer Null: "{ }"
  99. *Transfer Null.Inverse: "{ 1 exch sub }"
  100.  
  101. *% Paper Handling ==========================
  102. *OpenGroup: PaperHandling
  103. *OpenUI *PageSize: PickOne
  104. *OrderDependency: 30 AnySetup *PageSize
  105. *DefaultPageSize: A4
  106. *PageSize Letter: "
  107.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  108. *End
  109. *PageSize A4: "
  110.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  111. *End
  112. *PageSize Legal: "
  113.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  114. *End
  115. *PageSize Folio: "
  116.     2 dict dup /PageSize [596 936] put dup /ImagingBBox null put setpagedevice"
  117. *End
  118. *PageSize Quarto: "
  119.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  120. *End
  121. *PageSize Commercial: "
  122.     2 dict dup /PageSize [576 765] put dup /ImagingBBox null put setpagedevice"
  123. *End
  124. *PageSize Foolscap: "
  125.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  126. *End
  127. *PageSize SmallLegal: "
  128.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  129. *End
  130. *?PageSize: "
  131.  save
  132.    currentpagedevice /PageSize get aload pop
  133.    2 copy gt {exch} if 
  134.    (Unknown) 
  135.    10 dict begin
  136.       [612 792] (Letter)  def
  137.       [596 842] (A4)  def
  138.       [612 1008] (Legal) def
  139.       [596 936] (Folio) def
  140.       [576 720] (Quarto) def
  141.       [576 765] (Commercial) def
  142.       [576 936] (Foolscap) def
  143.       [612 936] (SmallLegal) def
  144.       currentdict
  145.    end
  146.    { exch aload pop 4 index sub abs 5 le exch 
  147.      5 index sub abs 5 le and 
  148.      {exch pop exit} {pop} ifelse
  149.    } bind forall
  150.    = flush pop pop
  151. restore"
  152. *End
  153. *CloseUI: *PageSize
  154.  
  155. *OpenUI *PageRegion: PickOne
  156. *OrderDependency: 40 AnySetup *PageRegion
  157. *DefaultPageRegion: A4
  158. *PageRegion Letter: "
  159.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  160. *End
  161. *PageRegion A4: "
  162.     2 dict dup /PageSize [596 842] put dup /ImagingBBox null put setpagedevice"
  163. *End
  164. *PageRegion Legal: "
  165.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  166. *End
  167. *PageRegion Folio: "
  168.     2 dict dup /PageSize [596 936] put dup /ImagingBBox null put setpagedevice"
  169. *End
  170. *PageRegion Quarto: "
  171.     2 dict dup /PageSize [576 720] put dup /ImagingBBox null put setpagedevice"
  172. *End
  173. *PageRegion Commercial: "
  174.     2 dict dup /PageSize [596 765] put dup /ImagingBBox null put setpagedevice"
  175. *End
  176. *PageRegion Foolscap: "
  177.     2 dict dup /PageSize [576 936] put dup /ImagingBBox null put setpagedevice"
  178. *End
  179. *PageRegion SmallLegal: "
  180.     2 dict dup /PageSize [612 936] put dup /ImagingBBox null put setpagedevice"
  181. *End
  182. *CloseUI: *PageRegion
  183.  
  184. *% The following entries provide information about specific paper keywords.
  185. *DefaultImageableArea: A4
  186. *ImageableArea Letter: "8.5 5.6 603.4 786.3"
  187. *ImageableArea A4: "8.5 5.6 586.4 836.3"
  188. *ImageableArea Legal: "8.5 5.6 603.4 836.3"
  189. *ImageableArea Folio: "8.5 5.6 586.4 836.3"
  190. *ImageableArea Quarto: "8.5 5.6 566.4 715.3"
  191. *ImageableArea Commercial: "8.5 5.6 586.4 761.3"
  192. *ImageableArea Foolscap: "8.5 5.6 566.4 836.3"
  193. *ImageableArea SmallLegal: "8.5 5.6 603.4 836.3"
  194.  
  195. *?ImageableArea: "
  196.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  197.   newpath clippath pathbbox
  198.   4 -2 roll exch 2 {ceiling cvp} repeat
  199.   exch 2 {floor cvp} repeat flush
  200.  restore"
  201. *End
  202.  
  203. *% These provide the physical dimensions of the paper (by keyword)
  204. *DefaultPaperDimension: A4
  205. *PaperDimension Letter: "612 792"
  206. *PaperDimension A4: "596 842"
  207. *PaperDimension Legal: "612 1008"
  208. *PaperDimension Folio: "596 936"
  209. *PaperDimension Quarto: "576 720"
  210. *PaperDimension Commercial: "596 765"
  211. *PaperDimension Foolscap: "576 936"
  212. *PaperDimension SmallLegal: "612 936"
  213.  
  214. *% Input Sources
  215. *%
  216. *OpenUI *InputSlot: PickOne
  217. *OrderDependency: 20 AnySetup *InputSlot
  218. *DefaultInputSlot: PrinterDefault
  219. *InputSlot PrinterDefault/Printer Default: ""
  220. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  221. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  222. *?InputSlot: "
  223.  save statusdict begin
  224.   2 dict begin
  225.    /0 (Upper) def
  226.    /1 (Lower) def
  227.    papertray
  228.      {( ) cvs cvn load exec} stopped not{= flush}if
  229.   end
  230.  end restore"
  231. *End
  232. *CloseUI: *InputSlot
  233.  
  234. *OpenUI *ManualFeed: Boolean
  235. *OrderDependency: 20 AnySetup *ManualFeed
  236. *DefaultManualFeed: False
  237. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  238. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  239. *?ManualFeed: "
  240.   save
  241.     currentpagedevice /ManualFeed get
  242.     {(True)}{(False)}ifelse = flush
  243.   restore"
  244. *End
  245. *CloseUI: *ManualFeed
  246.  
  247. *OpenUI *Duplex: PickOne
  248. *OrderDependency: 50 AnySetup *Duplex
  249. *DefaultDuplex: None
  250. *%Duplex PrinterDefault/Printer Default: ""
  251. *Duplex None/Simplex: "
  252.     2 dict dup /Duplex false put dup /Tumble false put setpagedevice"
  253. *End
  254. *Duplex DuplexNoTumble/Duplex Long-Edge Bind: "
  255.     2 dict dup /Duplex true put dup /Tumble false put setpagedevice"
  256. *End
  257. *Duplex DuplexTumble/Duplex Short-Edge Bind: "
  258.     2 dict dup /Duplex true put dup /Tumble true put setpagedevice"
  259. *End
  260. *?Duplex: "
  261.   save
  262.     currentpagedevice /Duplex get
  263.     { currentpagedevice /Tumble get
  264.       { (DuplexTumble) }
  265.       { (DuplexNoTumble) }
  266.       ifelse
  267.     }
  268.     { 
  269.        (PrinterDefault)
  270.     } ifelse
  271.     = flush
  272.   restore"
  273. *End
  274. *CloseUI: *Duplex
  275.  
  276. *OpenUI *Collate:  Boolean
  277. *OrderDependency:  50 AnySetup *Collate
  278. *DefaultCollate: True
  279. *Collate False:  "1 dict dup /Collate false put setpagedevice"
  280. *Collate True:  "1 dict dup /Collate true put setpagedevice"
  281. *?Collate: "
  282.   save
  283.   currentpagedevice /Collate get
  284.     {(True)}{(False)}ifelse = flush
  285.   restore"
  286. *End
  287. *CloseUI: *Collate
  288. *CloseGroup: PaperHandling
  289.  
  290.  
  291. *OpenGroup: Finishing
  292. *OpenUI *OutputBin: PickOne
  293. *OrderDependency: 25 AnySetup *OutputBin
  294. *DefaultOutputBin: PrinterDefault
  295. *OutputBin PrinterDefault/Printer Default: ""
  296. *OutputBin Side: "statusdict begin 0 setoutputtray end"
  297. *OutputBin bin1: "statusdict begin 1 setoutputtray end"
  298. *OutputBin bin2: "statusdict begin 2 setoutputtray end"
  299. *OutputBin bin3: "statusdict begin 3 setoutputtray end"
  300. *OutputBin bin4: "statusdict begin 4 setoutputtray end"
  301. *OutputBin bin5: "statusdict begin 5 setoutputtray end"
  302. *OutputBin bin6: "statusdict begin 6 setoutputtray end"
  303. *OutputBin bin7: "statusdict begin 7 setoutputtray end"
  304. *OutputBin bin8: "statusdict begin 8 setoutputtray end"
  305. *OutputBin bin9: "statusdict begin 9 setoutputtray end"
  306. *OutputBin bin10: "statusdict begin 10 setoutputtray end"
  307. *OutputBin bin11: "statusdict begin 11 setoutputtray end"
  308. *OutputBin bin12: "statusdict begin 12 setoutputtray end"
  309. *OutputBin bin13: "statusdict begin 13 setoutputtray end"
  310. *OutputBin bin14: "statusdict begin 14 setoutputtray end"
  311. *OutputBin bin15: "statusdict begin 15 setoutputtray end"
  312. *OutputBin bin16: "statusdict begin 16 setoutputtray end"
  313. *OutputBin bin17: "statusdict begin 17 setoutputtray end"
  314. *OutputBin bin18: "statusdict begin 18 setoutputtray end"
  315. *OutputBin bin19: "statusdict begin 19 setoutputtray end"
  316. *OutputBin bin20: "statusdict begin 20 setoutputtray end"
  317. *CloseUI: *OutputBin
  318. *CloseGroup: Finishing
  319.  
  320. *% Font Information
  321. *%
  322. *DefaultFont: Courier
  323. *Font AvantGarde-Book: Standard "(002.001)"
  324. *Font AvantGarde-BookOblique: Standard "(002.001)"
  325. *Font AvantGarde-Demi: Standard "(002.001)"
  326. *Font AvantGarde-DemiOblique: Standard "(002.001)"
  327. *Font Bookman-Demi: Standard "(002.001)"
  328. *Font Bookman-DemiItalic: Standard "(002.001)"
  329. *Font Bookman-Light: Standard "(002.001)"
  330. *Font Bookman-LightItalic: Standard "(002.001)"
  331. *Font Courier: Standard "(002.001)"
  332. *Font Courier-Bold: Standard "(002.001)"
  333. *Font Courier-BoldOblique: Standard "(002.001)"
  334. *Font Courier-Oblique: Standard "(002.001)"
  335. *Font Garamond-Bold: Standard "(002.001)"
  336. *Font Garamond-BoldItalic: Standard "(002.001)"
  337. *Font Garamond-Light: Standard "(002.001)"
  338. *Font Garamond-LightItalic: Standard "(002.001)"
  339. *Font Helvetica: Standard "(002.001)"
  340. *Font Helvetica-Bold: Standard "(002.001)"
  341. *Font Helvetica-BoldOblique: Standard "(002.001)"
  342. *Font Helvetica-Condensed: Standard "(002.001)"
  343. *Font Helvetica-Condensed-Bold: Standard "(002.001)"
  344. *Font Helvetica-Condensed-BoldObl: Standard "(002.001)"
  345. *Font Helvetica-Condensed-Oblique: Standard "(002.001)"
  346. *Font Helvetica-Narrow: Standard "(002.001)"
  347. *Font Helvetica-Narrow-Bold: Standard "(002.001)"
  348. *Font Helvetica-Narrow-BoldOblique: Standard "(002.001)"
  349. *Font Helvetica-Narrow-Oblique: Standard "(002.001)"
  350. *Font Helvetica-Oblique: Standard "(002.001)"
  351. *Font NewCenturySchlbk-Bold: Standard "(002.001)"
  352. *Font NewCenturySchlbk-BoldItalic: Standard "(002.001)"
  353. *Font NewCenturySchlbk-Italic: Standard "(002.001)"
  354. *Font NewCenturySchlbk-Roman: Standard "(002.001)"
  355. *Font Palatino-Bold: Standard "(002.001)"
  356. *Font Palatino-BoldItalic: Standard "(002.001)"
  357. *Font Palatino-Italic: Standard "(002.001)"
  358. *Font Palatino-Roman: Standard "(002.001)"
  359. *Font Symbol: Special "(002.001)"
  360. *Font Times-Bold: Standard "(002.001)"
  361. *Font Times-BoldItalic: Standard "(002.001)"
  362. *Font Times-Italic: Standard "(002.001)"
  363. *Font Times-Roman: Standard "(002.001)"
  364. *Font ZapfChancery-MediumItalic: Standard "(002.001)"
  365. *Font ZapfDingbats: Special "(002.001)"
  366. *?FontQuery: "
  367.  save
  368.    { count 1 gt
  369.       { exch dup 127 string cvs (/) print print (:) print
  370.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  371.       } { exit } ifelse 
  372.    } bind loop
  373.    (*) = flush
  374.  restore"
  375. *End
  376.  
  377. *?FontList: "
  378. save
  379.   (*) {cvn ==} 128 string /Font resourceforall
  380.   (*) = flush
  381. restore"
  382. *End
  383.  
  384.  
  385. *% Printer Messages (verbatim from printer):
  386. *%
  387. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  388. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  389. *Message: "\FontName\ not found, using Courier"
  390.  
  391. *% Status (format: %%[ status: <one of these> ]%% )
  392. *%
  393. *Status: "idle"
  394. *Status: "busy"
  395. *Status: "waiting"
  396.  
  397. *% Status (format: %%[ status: <one of these>; Source: <one of these> ]%% )
  398. *%
  399. *Source: "FTP"
  400. *Source: "LPR"
  401. *Source: "Serial"
  402. *Source: "Parallel"
  403. *Source: "Telnet"
  404. *Source: "Socket"
  405. *Source: "Remote Server"
  406. *Source: "PrintLink"
  407. *Source: "other"
  408.  
  409. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  410. *%
  411. *PrinterError: "Close sorter"
  412. *PrinterError: "Close cover at bottom of stacker"
  413. *PrinterError: "Close cover, bottom of sorter, left"
  414. *PrinterError: "Close cover under finisher"
  415. *PrinterError: "Close cover, bottom of sorter, right"
  416. *PrinterError: "Push in upper paper tray"
  417. *PrinterError: "Close top cover of finisher"
  418. *PrinterError: "Close side cover of finisher"
  419. *PrinterError: "Push back lower stacker tray"
  420. *PrinterError: "Empty sorter bin"
  421. *PrinterError: "Empty sorter bin 01"
  422. *PrinterError: "Empty sorter bin 02"
  423. *PrinterError: "Empty sorter bin 03"
  424. *PrinterError: "Empty sorter bin 04"
  425. *PrinterError: "Empty sorter bin 05"
  426. *PrinterError: "Empty sorter bin 06"
  427. *PrinterError: "Empty sorter bin 07"
  428. *PrinterError: "Empty sorter bin 08"
  429. *PrinterError: "Empty sorter bin 09"
  430. *PrinterError: "Empty sorter bin 10"
  431. *PrinterError: "Empty sorter bin 11"
  432. *PrinterError: "Empty sorter bin 12"
  433. *PrinterError: "Empty sorter bin 13"
  434. *PrinterError: "Empty sorter bin 14"
  435. *PrinterError: "Empty sorter bin 15"
  436. *PrinterError: "Empty sorter bin 16"
  437. *PrinterError: "Empty sorter bin 17"
  438. *PrinterError: "Empty sorter bin 18"
  439. *PrinterError: "Empty sorter bin 19"
  440. *PrinterError: "Empty sorter bin 20"
  441. *PrinterError: "Empty lower stacker tray"
  442. *PrinterError: "Empty upper stacker tray"
  443. *PrinterError: "Refill both paper trays"
  444. *PrinterError: "Refill paper trays"
  445. *PrinterError: "Refill lower paper tray"
  446. *PrinterError: "Refill upper paper tray"
  447. *PrinterError: "Feed sheet in bypass"
  448. *PrinterError: "Adjust format papertrays"
  449. *PrinterError: "Adjust weight papertrays"
  450. *PrinterError: "Please wait"
  451. *PrinterError: "Both paper levels low"
  452. *PrinterError: "Paper levels low"
  453. *PrinterError: "Lower paper level low"
  454. *PrinterError: "Upper paper level low"
  455. *PrinterError: "Both trays down"
  456. *PrinterError: "Trays down"
  457. *PrinterError: "Lower tray down"
  458. *PrinterError: "Upper tray down"
  459. *PrinterError: "Lower stacker tray out"
  460. *PrinterError: "Lower stacker tray full"
  461. *PrinterError: "Upper stacker tray full"
  462. *PrinterError: "Cleaner unit full"
  463. *PrinterError: "Account file full"
  464. *PrinterError: "Toner level low"
  465. *PrinterError: "Trace file full"
  466. *PrinterError: "Tracing for"
  467. *PrinterError: "Service interval exceeded"
  468.  
  469. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  470.  
  471. *% Color Separation Information
  472. *%
  473. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  474.  
  475. *InkName: ProcessBlack/Process Black
  476. *InkName: CustomColor/Custom Color
  477. *InkName: ProcessCyan/Process Cyan
  478. *InkName: ProcessMagenta/Process Magenta
  479. *InkName: ProcessYellow/Process Yellow
  480.  
  481. *% For 60 lpi / 300 dpi
  482. *%
  483. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  484. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  485. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  486. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  487. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  488.  
  489. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  490. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  491. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  492. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  493. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  494.  
  495. *% For 53 lpi / 300 dpi
  496. *%
  497. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  498. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  499. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  500. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  501. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  502.  
  503. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  504. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  505. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  506. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  507. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  508.  
  509.  
  510. *% end of PPD file for Oce 9145 printer
  511.  
  512.  
  513.